projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98954bd
)
a11y: Remove an outdated comment
author
Benjamin Otte
<otte@redhat.com>
Mon, 9 Jun 2014 23:17:00 +0000
(
01:17
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 9 Jun 2014 23:17:00 +0000
(
01:17
+0200)
gtk/a11y/gtkentryaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gtkentryaccessible.c
b/gtk/a11y/gtkentryaccessible.c
index 599f8cfe2d9174f15828c38f8754d6169e958b2b..3f2d77e32c831836b6cf32ddbfad460365c1d197 100644
(file)
--- a/
gtk/a11y/gtkentryaccessible.c
+++ b/
gtk/a11y/gtkentryaccessible.c
@@
-1378,11
+1378,6
@@
atk_editable_text_interface_init (AtkEditableTextIface *iface)
iface->set_run_attributes = NULL;
}
-/* We connect to GtkEditable::insert-text, since it carries
- * the information we need. But we delay emitting our own
- * text_changed::insert signal until the entry has update
- * all its internal state and emits GtkEntry::changed.
- */
static void
insert_text_cb (GtkEditable *editable,
gchar *new_text,